ubg_api_hsboard_add_score
Syntax:
ubg_api_hsboard_add_score(name, score, category)
Arguments:
| Argument Name | Type | Description |
|---|---|---|
| name | string | name of the user who got the score. Limited to 255 characters. |
| score | int | score that they achieved. Only supports integers. |
| category | int | arbitrary number [0..255] used to classify the level the board belongs to |
Returns: (bool)
Description:
Loading page...
